Skip to content

feat: create free-threaded python wheels#1553

Draft
timsaucer wants to merge 2 commits into
apache:mainfrom
timsaucer:feat/freethreaded-python
Draft

feat: create free-threaded python wheels#1553
timsaucer wants to merge 2 commits into
apache:mainfrom
timsaucer:feat/freethreaded-python

Conversation

@timsaucer
Copy link
Copy Markdown
Member

Which issue does this PR close?

Closes #1324

Rationale for this change

Starting in Python 3.14 free-threaded support is no longer experimental.

What changes are included in this PR?

Update build to support free-threaded Python wheels.

Are there any user-facing changes?

None

timsaucer and others added 2 commits May 20, 2026 13:12
The free-threaded matrix entries skip `uv sync` to avoid resolving
project dependencies against cp313t/cp314t (many dev deps lack
free-threaded wheels), so `uv run --no-project maturin` failed on
macOS/Windows with "Failed to spawn: `maturin`". Switch to
`uvx maturin@1.8.1`, which runs maturin in an isolated tool env
independent of the project venv and matches the pin used by
maturin-action for manylinux builds.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for free threaded python

1 participant